home *** CD-ROM | disk | FTP | other *** search
/ Your PC Made Easy Bonus / Your PC Made Easy Bonus.iso / PCMadeEasy.exe / 0 / RCDATA / TRZSELDIRFORM / TRZSELDIRFORM.txt < prev   
Text File  |  2002-05-28  |  2KB  |  109 lines

  1. object RzSelDirForm: TRzSelDirForm
  2.   Left = 247
  3.   Top = 117
  4.   Width = 416
  5.   Height = 408
  6.   Caption = 'Select a Directory'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object PnlFolders: TRzPanel
  16.     Left = 0
  17.     Top = 45
  18.     Width = 408
  19.     Height = 254
  20.     Align = alClient
  21.     BorderOuter = fsNone
  22.     BorderWidth = 4
  23.     TabOrder = 0
  24.     object LblFolders: TLabel
  25.       Left = 4
  26.       Top = 4
  27.       Width = 400
  28.       Height = 17
  29.       Align = alTop
  30.       AutoSize = False
  31.       Caption = 'Folders'
  32.     end
  33.   end
  34.   object PnlPrompt: TRzPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 408
  38.     Height = 45
  39.     Align = alTop
  40.     BorderOuter = fsNone
  41.     BorderWidth = 4
  42.     TabOrder = 1
  43.     object LblDir: TLabel
  44.       Left = 4
  45.       Top = 21
  46.       Width = 400
  47.       Height = 13
  48.       Align = alTop
  49.       AutoSize = False
  50.       Caption = 'd:\raize\rzcomps\source'
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.     end
  54.     object LblPrompt: TLabel
  55.       Left = 4
  56.       Top = 4
  57.       Width = 400
  58.       Height = 17
  59.       Align = alTop
  60.       AutoSize = False
  61.       Caption = 'Folder Name'
  62.     end
  63.     object EdtDir: TRzEdit
  64.       Left = 4
  65.       Top = 34
  66.       Width = 400
  67.       Height = 7
  68.       Align = alClient
  69.       MaxLength = 0
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       TabOrder = 0
  73.       Text = 'EdtDir'
  74.       OnEnter = EdtDirEnter
  75.       OnExit = EdtDirExit
  76.     end
  77.   end
  78.   object PnlDrives: TRzPanel
  79.     Left = 0
  80.     Top = 299
  81.     Width = 408
  82.     Height = 46
  83.     Align = alBottom
  84.     BorderOuter = fsNone
  85.     BorderWidth = 4
  86.     TabOrder = 2
  87.     object LblDrives: TLabel
  88.       Left = 4
  89.       Top = 4
  90.       Width = 400
  91.       Height = 17
  92.       Align = alTop
  93.       AutoSize = False
  94.       Caption = 'Drives'
  95.     end
  96.   end
  97.   object PnlButtons: TRzDialogButtons
  98.     Left = 0
  99.     Top = 345
  100.     Width = 408
  101.     CaptionOk = 'OK'
  102.     CaptionCancel = 'Cancel'
  103.     CaptionHelp = 'Help'
  104.     OnClickOk = PnlButtonsClickOk
  105.     OnClickHelp = PnlButtonsClickHelp
  106.     TabOrder = 3
  107.   end
  108. end
  109.